Class symantec.itools.db.beans.brl.adapter.editors.ClassPropertyEditorHelper
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class symantec.itools.db.beans.brl.adapter.editors.ClassPropertyEditorHelper

Object
   |
   +----Component
           |
           +----Container
                   |
                   +----JComponent
                           |
                           +----JPanel
                                   |
                                   +----symantec.itools.db.beans.brl.adapter.editors.ClassPropertyEditorHelper

public class ClassPropertyEditorHelper
extends JPanel
Class which does all the work for specifying derivation/validation implementor class property

Version:
1.0 07/24/98
Author:
Puru Balakrishnan

Constructor Index

 o symantec.itools.db.beans.brl.adapter.editors.ClassPropertyEditorHelper()
 o symantec.itools.db.beans.brl.adapter.editors.ClassPropertyEditorHelper(int, int, int)
Constructor Used by customizer
 o symantec.itools.db.beans.brl.adapter.editors.ClassPropertyEditorHelper(PropertyEditor, int, int, int)

Method Index

 o addPropertyChangeListener(PropertyChangeListener)
 o getClazz()
 o getMinimumSize()
get the minimum size
 o getPreferredSize()
get the preferred size
 o getRuleClassType()
method to return the ruleClassType
 o main(String[])
 o removePropertyChangeListener(PropertyChangeListener)
 o setClazz(Class)
 o showCurrentSelection(Object)
Method to show the current selection

Constructors

 o ClassPropertyEditorHelper
protected ClassPropertyEditorHelper()
 o ClassPropertyEditorHelper
protected ClassPropertyEditorHelper(int type,
                                    int width,
                                    int height)
Constructor Used by customizer

 o ClassPropertyEditorHelper
public ClassPropertyEditorHelper(PropertyEditor editor,
                                 int type,
                                 int width,
                                 int height)

Methods

 o addPropertyChangeListener
public void addPropertyChangeListener(PropertyChangeListener l)
Overrides:
addPropertyChangeListener in class JComponent
 o getClazz
public java.lang.Class getClazz()
 o getMinimumSize
public java.awt.Dimension getMinimumSize()
get the minimum size

Returns:
Dimension
Overrides:
getMinimumSize in class JComponent
 o getPreferredSize
public java.awt.Dimension getPreferredSize()
get the preferred size

Returns:
Dimension
Overrides:
getPreferredSize in class JComponent
 o getRuleClassType
public int getRuleClassType()
method to return the ruleClassType

Returns:
int
 o main
public static void main(String[] args)
 o removePropertyChangeListener
public void removePropertyChangeListener(PropertyChangeListener l)
Overrides:
removePropertyChangeListener in class JComponent
 o setClazz
public void setClazz(Class newClazz)
 o showCurrentSelection
public void showCurrentSelection(Object val)
Method to show the current selection


All Packages  Class Hierarchy  This Package  Previous  Next  Index